PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFPageTabOrder Enumeration
In This Topic
    PDFPageTabOrder Enumeration
    In This Topic
    Defines the available tab order options for annotations in a PDF page.
    Members
    MemberDescription
    ANNOTATIONSTab order defined by the order of annotations in com.o2sol.pdf4java.PDFPage.getAnnotations collection.
    COLUMNColumn.
    ROWRow.
    STRUCTURETab order defined by the document logical structure.
    WIDGETSTab order defined by the order of widget annotations in com.o2sol.pdf4java.PDFPage.getAnnotations collection.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.document.PDFPageTabOrder

    See Also